home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1673 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  3.1 KB

  1. From: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
  2. From: Stephan Haslbeck <haslbecs@informatik.tu-muenchen.de>
  3. From: Torsten Scherer <itschere@techfak.uni-bielefeld.de>
  4. Subject: mint-1.10h5
  5. Subject: Sticky Text Patches
  6. Subject: fselect patch... (repost)
  7. Date: Sun, 3 Jul 1994 03:46:09 +0200 (MET DST)
  8. From: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
  9. Organization: Dept. of Computer Science, TU Dresden, Germany
  10. Mime-Version: 1.0
  11.  
  12. I've put up a fifth re-sync patch...
  13.  
  14. I've incorporated Stephan Haslbeck's changes -- I hope this fixes some
  15. of the memory protection problems some people encountered recently.
  16. I've also included a README.1ST which explains the status of the
  17. patch files and contains an (almost) complete list of sub-patches.
  18.  
  19. Now available via ftp from ftp.inf.tu-dresden.de:
  20.  
  21.     pub/atari/Mint/Kernel/mint-1.10h4-1.10h5-diffs.gz
  22.         Diffs against the kernel patched with the first four patches.
  23.  
  24.     pub/atari/Mint/Kernel/mint-1.10-1.10h5-diffs.gz
  25.         Diffs against the virgin kernel.
  26.  
  27. You can also get this via email by sending a message to
  28. ftpmail@ftp.inf.tu-dresden.de containing this text in the message body:
  29.  
  30.     send pub/atari/Mint/Kernel/mint-1.10h4-1.10h5-diffs.gz
  31. or
  32.     send pub/atari/Mint/Kernel/mint-1.10-1.10h5-diffs.gz
  33.  
  34. After my .sig are the last few commit messages.
  35.  
  36. Bye,
  37. Michael
  38. -- 
  39. Email: hohmuth@inf.tu-dresden.de
  40. WWW:   http://www.inf.tu-dresden.de/~mh1/
  41.  
  42. **************************************
  43.  
  44. From: Stephan Haslbeck <haslbecs@informatik.tu-muenchen.de>
  45. Subject: Sticky Text Patches
  46. Message-Id: <94Jul1.125546mesz.209301@hphalle0.informatik.tu-muenchen.de>
  47.  
  48. dosmem.c: when do_vfork tries to restore the parent's memory it does
  49.         not have access to it anymore; add some prot_temp()-calls in
  50.         fork_restore()
  51.  
  52. **************************************
  53.  
  54. From: Torsten Scherer <itschere@techfak.uni-bielefeld.de>
  55. Subject: fselect patch... (repost)
  56. Message-Id: <9406230910.AB17558@gimpel.techfak.uni-bielefeld.de>
  57.  
  58. biosfs.c dosfile.c fasttext.c file.h pipefs.c procfs.c tosfs.c:
  59.         A patch to add the functionality to select for exceptional
  60.         conditions to MiNT.
  61.  
  62.  A device driver which want's to support this must also support a select
  63. mode of 2 (besides 0 for `read' and 1 for 'write', which all drivers should
  64. support) and should implement an FIOEXCEPT ioctl call to determine if a
  65. particular file pointers has got an exceptional condition to offer (just
  66. like FIONREAD and FIONWRITE for read/write selects), in which case it
  67. should set it's argument pointer to 1.
  68.  
  69.  If you should select an old device driver for exceptional conditions, it
  70. should just behave the way it has done without this, say block, because it
  71. neither understands the select mode 2 (and therefore can't be activated to
  72. select), nor the FIOEXCEPT call (and therefore won't never report success).
  73. Since this is only theory and even MiNT's internal device drivers do not
  74. always explicitly check both of the `old' possible modes, but use constructs
  75. like `if (mode != O_RDONLY)', some patches have been necessary to be sure.
  76. At least it doesn't seem to disturb my setup now... :-)
  77.  
  78. **************************************
  79.  
  80. add README.1ST
  81.